home *** CD-ROM | disk | FTP | other *** search
/ Acorn User: China / Acorn User China CD-ROM (UK) (Disc A) / Acorn User China CD-ROM (UK) (Disc A).bin / DEMON / DEVELOPER / HYPERMAIL.ARC / !hypermail_h_parse < prev    next >
Encoding:
Text File  |  1995-12-18  |  442 b   |  22 lines

  1. /*
  2. ** Copyright (C) 1994, Enterprise Integration Technologies Corp.        
  3. ** All Rights Reserved.
  4. ** Kevin Hughes, kevinh@eit.com 
  5. ** 7/20/94
  6. */
  7.  
  8. void loadheaders();
  9. void loadoldheaders();
  10. char *getmaildate();
  11. char *getfromdate();
  12. void getname();
  13. char *getid();
  14. char *getsubject();
  15. char *getreply();
  16. void crossindex();
  17. void crossindexthread1();
  18. void crossindexthread2();
  19. void fixnextheader();
  20. void fixreplyheader();
  21. void fixthreadheader();
  22.